func strconv.bitSizeError
2 uses
strconv (current package)
atoi.go#L59: func bitSizeError(fn, str string, bitSize int) *NumError {
atoi.go#L114: return 0, bitSizeError(fnParseUint, s0, bitSize)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)